home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / logrotate.d / wpa_action < prev    next >
Text File  |  2008-09-03  |  106b  |  8 lines

  1. /var/log/wpa_action.log /var/log/wpa_action.*.log {
  2.     rotate 5
  3.     daily
  4.     compress
  5.     copytruncate
  6.     missingok
  7. }
  8.